Vcenter Lcm Deployment MigrationUpgrade Status State
Vcenter Lcm Deployment MigrationUpgrade Status State
The Vcenter Lcm Deployment MigrationUpgrade Status State enumerated type defines the various states of the migration upgrade process.
Possible values:
INITIALIZING
: The upgrade process is initializing with the defined migration configuration.INITIALIZED
: The upgrade process is successfully initialized with the defined migration configuration.STAGING
: The upgrade process is downloading or deploying the new target appliance version.STAGED
: The upgrade process deployed the new version and is ready for the next step of the process.PREPARING
: The upgrade process is replicating the source data to the newly deployed target vCenter.PREPARED
: The upgrade process has prepared the source vCenter for switchover. Most of the data has been replicated and the remaining part will be replicated during the switchover. There will be only some small delta of the data for replication during switchover and thus it is expected the switchover to be as fast as possible.SWITCHOVER
: The upgrade process is switching from the source to the target vCenter. This includes disabling the source vCenter (stop and disable services and network adapters), powering it off if requested, migrating the network identity, and starting the services on the target vCenter.UPGRADED
: The upgrade process promoted the target appliance successfully and the vCenter is successfully running on the new version.CANCELING
: The upgrade process is canceling. In this state the source vCenter is being reverted to the state as it was before the start of the upgrade process.CANCELED
: The upgrade has been canceled.
This enumeration was added in vSphere API 9.0.0.0.
This data structure has no properties.
Enumeration:
INITIALIZING,
INITIALIZED,
STAGING,
STAGED,
PREPARING,
PREPARED,
SWITCHOVER,
UPGRADED,
CANCELING,
CANCELED,